home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Screen&Window / VAR.DATA < prev    next >
Encoding:
Text File  |  1990-01-29  |  1.9 KB  |  87 lines

  1. |mousexy|
  2. windowtitle `<Integer> = MouseX   or  <Integer> = MouseY
  3. printlf `Both MouseX & MouseY are integer variables.
  4. printlf `MouseX is the current horizontal mouse
  5. printlf `  position.
  6. printlf `MouseY is the current vertical mouse
  7. printlf `  position.
  8. end
  9.  
  10. |windowcolors|
  11. windowtitle `<Integer> = WindowColors
  12. printlf `WindowColors is the number of colors
  13. printlf `allowed in the current window.
  14. end
  15.  
  16. |windowheight|
  17. windowtitle `<Integer> = WindowHeight
  18. printlf `WindowHeight is the height of the
  19. printlf `current window in pixels.
  20. end
  21.  
  22. |windowwidth| 
  23. windowtitle `<Integer> = WindowWidth
  24. printlf `WindowWidth is the width of the
  25. printlf `current window in pixels.
  26. end
  27.  
  28. |windowtitle|
  29. windowtitle `"string" = WindowTitle
  30. printlf `WindowTitle is the current text in the
  31. printlf `Window's Title bar.
  32. end
  33.  
  34. |windowxy|
  35. windowtitle `<Integer> = WindowX  or  <Integer> = WindowY
  36. printlf `WindowX is the horizontal offset of
  37. printlf `  the current window.
  38. printlf `WindowY is the vertical offset of the
  39. printlf `  current window. 
  40. end
  41.  
  42. |screencolors|
  43. windowtitle `<Integer> = ScreenColors
  44. print `Same as `
  45. subject `WindowColors`WindowColors`
  46. end
  47.  
  48. |screenwidth|
  49. windowtitle `<Integer> = ScreenWidth
  50. printlf `The width of the screen in pixels.
  51. end
  52.  
  53. |screenheight|
  54. windowtitle `<Integer> = ScreenHeight
  55. printlf `The height of the screen in pixels. 
  56. end
  57.  
  58. |screenxy|
  59. windowtitle `<Integer> = ScreenX  or  <Integer> = ScreenY
  60. printlf `ScreenX is the horizontal offset of
  61. printlf `        the screen.
  62. printlf `ScreenY is the vertical offset of
  63. printlf `        the screen.
  64. end
  65.  
  66. |interlace|
  67. windowtitle `«logical» = Interlace
  68. printlf `TRUE when the screen is Interlace.
  69. end
  70.  
  71. |Hires|
  72. windowtitle `«logical» = Hires
  73. printlf `TRUE when the screen is High-Resolution. 
  74. end
  75.  
  76. |ntsc|
  77. windowtitle `«logical» = NTSC
  78. printlf `TRUE when NTSC Amiga.  FALSE when PAL.
  79. end
  80.  
  81. |ScreenTitle|
  82. windowtitle `"string" = ScreenTitle`
  83. printlf `Returns the current title of the
  84. printlf `screen.`
  85. end
  86.  
  87.